From c3cd270e0fcfa3b508607df71c53ebee19ff0dac Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 11 May 2010 08:37:25 +0100 Subject: [PATCH] xl: "vncunused" is documented to default to 1. Signed-off-by: Jeremy Fitzhardinge --- tools/libxl/xl_cmdimpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index 0f92a73d02..ae7dcf5d79 100644 --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -209,7 +209,7 @@ static void init_dm_info(libxl_device_model_info *dm_info, dm_info->vnc = 1; dm_info->vnclisten = "127.0.0.1"; dm_info->vncdisplay = 0; - dm_info->vncunused = 0; + dm_info->vncunused = 1; dm_info->keymap = NULL; dm_info->sdl = 0; dm_info->opengl = 0; -- 2.30.2